From 4a90a0da12de943a424958f96b34a12ebd792284 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 16 Sep 2013 21:07:32 -0400 Subject: [PATCH] Bump Wayland dep We need Wayland 1.2.0 for wl_surface_set_buffer_scale. https://bugzilla.gnome.org/show_bug.cgi?id=708012 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 90e162ac05..5c2454e60e 100644 --- a/configure.ac +++ b/configure.ac @@ -403,7 +403,7 @@ if test "x$enable_wayland_backend" = "xyes"; then GDK_WINDOWING="$GDK_WINDOWING #define GDK_WINDOWING_WAYLAND" DISABLE_ON_WAYLAND='%' - WAYLAND_PACKAGES="wayland-client >= 1.1.90 xkbcommon >= 0.2.0 wayland-cursor" + WAYLAND_PACKAGES="wayland-client >= 1.2.0 xkbcommon >= 0.2.0 wayland-cursor" AC_PATH_PROG([WAYLAND_SCANNER],[wayland-scanner],[no]) AS_IF([test "x$WAYLAND_SCANNER" = "xno"], -- 2.30.2